home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / CPPBuilder.sch < prev    next >
Text File  |  2004-01-06  |  6KB  |  213 lines

  1. object TPersHolder
  2.   P.Name = 'C++ (Builder)'
  3.   P.Extensions.Strings = (
  4.     'hpp'
  5.     'cpp')
  6.   P.SyntaxBlocks = <
  7.     item
  8.       Name = 'Default'
  9.       CaseSensitive = True
  10.       UseMetaSymbol = True
  11.       UseMetaToWrapLines = True
  12.       MetaSymbol = '\'
  13.       FIText = 0
  14.       FIIntNum = 1
  15.       FIFloatNum = 2
  16.       FIHexNum = 3
  17.       FIDirective = 4
  18.       UseLineDirectives = True
  19.       UseComments = True
  20.       UseSingleLineComments = True
  21.       UseMultiLineComments = True
  22.       UseStrings = True
  23.       UseSingleLineStrings = True
  24.       UseNumbers = True
  25.       UsePrefixedNumbers = True
  26.       UseSuffixedNumbers = True
  27.       UseMultipleNumSuffixes = True
  28.       UsePrefixedSuffixedNumbers = True
  29.       UsePSNumComposition = True
  30.       UseKeywords = True
  31.       BlockDelimiters = <>
  32.       LineDirectivePrefix = '#'
  33.       SingleLineCommentDelimiters = <
  34.         item
  35.           FontID = 5
  36.           LeftDelimiter = '//'
  37.         end>
  38.       MultiLineCommentDelimiters = <
  39.         item
  40.           FontID = 6
  41.           LeftDelimiter = '/*'
  42.           RightDelimiter = '*/'
  43.         end>
  44.       SingleLineStringDelimiters = <
  45.         item
  46.           FontID = 7
  47.           LeftDelimiter = #39
  48.           RightDelimiter = #39
  49.         end
  50.         item
  51.           FontID = 8
  52.           LeftDelimiter = '"'
  53.           RightDelimiter = '"'
  54.         end
  55.         item
  56.           FontID = 9
  57.           LeftDelimiter = 'L"'
  58.           RightDelimiter = '"'
  59.         end>
  60.       NumPrefixes = <
  61.         item
  62.           LeftDelimiter = '0x'
  63.         end
  64.         item
  65.           LeftDelimiter = '0X'
  66.         end>
  67.       NumSuffixes = <
  68.         item
  69.           LeftDelimiter = 'l'
  70.         end
  71.         item
  72.           LeftDelimiter = 'L'
  73.         end
  74.         item
  75.           LeftDelimiter = 'u'
  76.         end
  77.         item
  78.           LeftDelimiter = 'U'
  79.         end
  80.         item
  81.           LeftDelimiter = 'i64'
  82.         end
  83.         item
  84.           LeftDelimiter = 'i32'
  85.         end
  86.         item
  87.           LeftDelimiter = 'i16'
  88.         end
  89.         item
  90.           LeftDelimiter = 'i8'
  91.         end
  92.         item
  93.           LeftDelimiter = 'I64'
  94.         end
  95.         item
  96.           LeftDelimiter = 'I32'
  97.         end
  98.         item
  99.           LeftDelimiter = 'I16'
  100.         end
  101.         item
  102.           LeftDelimiter = 'I8'
  103.         end>
  104.       NumPrefixesSuffixes = <>
  105.       KeywordSets = <
  106.         item
  107.           FontID = 10
  108.           Name = 'reserved'
  109.           Keywords =
  110.             '__asm,__automated,__cdecl,__classid,__closure,__declspec,__dispi' +
  111.             'd,__except,__export,__fastcall,__finally,__import,__int16,__int3' +
  112.             '2,__int64,__int8,__pascal,__property,__published,__rtti,__stdcal' +
  113.             'l,__thread,__try,_asm,_cdecl,_export,_fastcall,_import,_pascal,_' +
  114.             'stdcall,asm,auto,bool,break,case,catch,cdecl,char,class,const,co' +
  115.             'nst_cast,continue,default,delete,do,double,dynamic_cast,else,enu' +
  116.             'm,explicit,extern,false,float,for,friend,goto,if,inline,int,long' +
  117.             ',mutable,namespace,new,operator,pascal,private,protected,public,' +
  118.             'register,reinterpret_cast,return,short,signed,sizeof,static,stat' +
  119.             'ic_cast,struct,switch,template,this,throw,true,try,typedef,typei' +
  120.             'd,typename,union,unsigned,using,virtual,void,volatile,wchar_t,wh' +
  121.             'ile'
  122.         end>
  123.     end>
  124.   P.FontTable = <
  125.     item
  126.       FontID = 0
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = clBlack
  129.       Font.Height = -13
  130.       Font.Name = 'Courier New'
  131.       Font.Style = []
  132.     end
  133.     item
  134.       FontID = 1
  135.       Font.Charset = DEFAULT_CHARSET
  136.       Font.Color = clGreen
  137.       Font.Height = -13
  138.       Font.Name = 'Courier New'
  139.       Font.Style = []
  140.     end
  141.     item
  142.       FontID = 2
  143.       Font.Charset = DEFAULT_CHARSET
  144.       Font.Color = clGreen
  145.       Font.Height = -13
  146.       Font.Name = 'Courier New'
  147.       Font.Style = []
  148.     end
  149.     item
  150.       FontID = 3
  151.       Font.Charset = DEFAULT_CHARSET
  152.       Font.Color = clGreen
  153.       Font.Height = -13
  154.       Font.Name = 'Courier New'
  155.       Font.Style = []
  156.     end
  157.     item
  158.       FontID = 4
  159.       Font.Charset = DEFAULT_CHARSET
  160.       Font.Color = clGreen
  161.       Font.Height = -13
  162.       Font.Name = 'Courier New'
  163.       Font.Style = [fsBold]
  164.     end
  165.     item
  166.       FontID = 5
  167.       Font.Charset = DEFAULT_CHARSET
  168.       Font.Color = clGray
  169.       Font.Height = -13
  170.       Font.Name = 'Courier New'
  171.       Font.Style = [fsItalic]
  172.     end
  173.     item
  174.       FontID = 6
  175.       Font.Charset = DEFAULT_CHARSET
  176.       Font.Color = clGray
  177.       Font.Height = -13
  178.       Font.Name = 'Courier New'
  179.       Font.Style = [fsItalic]
  180.     end
  181.     item
  182.       FontID = 7
  183.       Font.Charset = DEFAULT_CHARSET
  184.       Font.Color = clMaroon
  185.       Font.Height = -13
  186.       Font.Name = 'Courier New'
  187.       Font.Style = []
  188.     end
  189.     item
  190.       FontID = 8
  191.       Font.Charset = DEFAULT_CHARSET
  192.       Font.Color = clMaroon
  193.       Font.Height = -13
  194.       Font.Name = 'Courier New'
  195.       Font.Style = []
  196.     end
  197.     item
  198.       FontID = 9
  199.       Font.Charset = DEFAULT_CHARSET
  200.       Font.Color = clMaroon
  201.       Font.Height = -13
  202.       Font.Name = 'Courier New'
  203.       Font.Style = []
  204.     end
  205.     item
  206.       FontID = 10
  207.       Font.Charset = DEFAULT_CHARSET
  208.       Font.Color = clBlue
  209.       Font.Height = -13
  210.       Font.Name = 'Courier New'
  211.       Font.Style = [fsBold]
  212.     end>
  213. end